Change &str input args into impl IntoGStr#1448
Conversation
|
Same question here, can you create a draft PR with the changes this causes? :) |
|
There's also |
59d6829 to
2a45ed4
Compare
Why not? |
|
I added |
Those don't need to be nul terminated, it's fine for them to just be |
Oh right, that makes sense. |
Also rename the old detect_length to detect_array to make it more clear
|
I think the futures change would be worth its own PR. That can be merged already :) |
Also changes strings with transfer=full to
impl Into<GString>I added new
Boundsbut not a newTransformation, if anything else requires this stack-callback approach then one could be addedAlso added
Transformationtoo to correspond to the new chunk type, soIntoStrVworks as well